home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global currenttxt, currenttitle, gmovie, clip1
- puppetPalette("movie menu palette")
- cursor(4)
- if the soundEnabled = 0 then
- puppetSprite(48, 1)
- set the castNum of sprite 48 to cast "sound2.bmp"
- updateStage()
- end if
- puppetSprite(27, 1)
- set gmovie to clip1
- set the text of cast "base title" to currenttitle
- set the text of cast "base txt" to currenttxt
- if the soundEnabled = 1 then
- set songnum to random(2)
- sound playFile 2, "song" & songnum
- end if
- set the castNum of sprite 27 to gmovie
- updateStage()
- set the movieRate of sprite 27 to 0.19999999999999998
- cursor(-1)
- end
-
- on exitFrame
- global fixpal
- patchpal()
- end
-